var github.com/google/uuid.poolPos

7 uses

	github.com/google/uuid (current package)
		uuid.go#L43: 	poolPos     = randPoolSize     // protected with poolMu
		uuid.go#L352: 	poolPos = randPoolSize
		version4.go#L61: 	if poolPos == randPoolSize {
		version4.go#L67: 		poolPos = 0
		version4.go#L69: 	copy(uuid[:], pool[poolPos:(poolPos+16)])
		version4.go#L70: 	poolPos += 16